From 679aee027e2904b36b042cc3baa846a5d3aba585 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Jun 1993 18:32:26 +0000 Subject: [PATCH] (syms_of_emacs): Doc fix. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 285911bf15d..3f9420f2d0a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -874,7 +874,7 @@ syms_of_emacs () "Hook to be run whenever kill-emacs is called.\n\ Since kill-emacs may be invoked when the terminal is disconnected (or\n\ in other similar situations), functions placed on this hook should not\n\ -not expect to be able to interact with the user."); +expect to be able to interact with the user."); Vkill_emacs_hook = Qnil; DEFVAR_INT ("emacs-priority", &emacs_priority, -- 2.30.2